* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.nav {
  background-color: #3b3a3a;
  color: #ffffff;
}

.tabb {
  width: 90%;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 25px;
}

.hh h2 a{
  text-decoration: none;
  color: #ffffff;
}

.bb button a {
  text-decoration: none;
}

.bb img {
  width: 15px;
  padding: auto;
  text-align: center;
}

.bb button {
  text-align: center;
  word-spacing: 5px;
  justify-content: space-evenly;
  font-size: 15px;
  border-radius: 10px;
  gap: 5px;
  padding: 5px 5px 5px 5px;
  cursor: pointer;
  border: none;
}

.a{
    padding-top: 50px;
    padding-bottom: 50px;
}


.a1{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;

}

.a1 h2{
    margin-bottom: 10px;
    text-decoration: underline;
    text-decoration-color: blue;
}

.footer{
    background-color: #ded2d2;
    height: 70px;
}

.footer .footers{
    width: 100%;
    text-align: center;
    margin: auto;
}

.footer .f1{
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-top: 20px;
}

.footer .f1 a {
  text-decoration: none;
  color: black;
}

.footer .f2{
    display: flex;
    gap: 5px;
    justify-content: center;
    padding-top: 5px;
}

.f2 img{
    width: 20px;
}

.f2 p{
    font-size: 16px;
    margin-bottom: 5px;
}


@media(max-width: 950px){
    .tabb{
    flex-direction: column;
    gap: 25px;
}

}

@media(max-width: 950px){
    .f2 p{
        font-size: 10px;
    }
}